org.almendra.janet.cas.node
Class DescriptorParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.almendra.janet.cas.node.DescriptorParseException
All Implemented Interfaces:
java.io.Serializable

public class DescriptorParseException
extends java.lang.Exception

Author:
Oliver
See Also:
Serialized Form

Constructor Summary
DescriptorParseException()
           
DescriptorParseException(java.lang.String message)
           
DescriptorParseException(java.lang.String message, java.lang.Throwable cause)
           
DescriptorParseException(java.lang.Throwable cause)
           
 
Method Summary
 
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

DescriptorParseException

public DescriptorParseException()

DescriptorParseException

public DescriptorParseException(java.lang.String message)
Parameters:
message -

DescriptorParseException

public DescriptorParseException(java.lang.String message,
                                java.lang.Throwable cause)
Parameters:
message -
cause -

DescriptorParseException

public DescriptorParseException(java.lang.Throwable cause)
Parameters:
cause -