org.ocltf.translation.library
Class LibraryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.ocltf.translation.library.LibraryException
All Implemented Interfaces:
java.io.Serializable

public class LibraryException
extends java.lang.RuntimeException

Any unchecked exception that will be thrown when any translation rules exception occurs.

See Also:
Serialized Form

Constructor Summary
LibraryException(java.lang.String msg)
          Constructs an instance of LibraryException.
LibraryException(java.lang.String msg, java.lang.Throwable th)
          Constructs an instance of LibraryException.
LibraryException(java.lang.Throwable th)
          Constructs an instance of LibraryException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LibraryException

public LibraryException(java.lang.Throwable th)
Constructs an instance of LibraryException.

Parameters:
th -

LibraryException

public LibraryException(java.lang.String msg)
Constructs an instance of LibraryException.

Parameters:
msg -

LibraryException

public LibraryException(java.lang.String msg,
                        java.lang.Throwable th)
Constructs an instance of LibraryException.

Parameters:
msg -
th -


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.