org.vafer.jdeb.descriptors
Class InvalidDescriptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vafer.jdeb.descriptors.InvalidDescriptorException
All Implemented Interfaces:
java.io.Serializable

public final class InvalidDescriptorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InvalidDescriptorException(AbstractDescriptor desc)
           
InvalidDescriptorException(AbstractDescriptor desc, java.lang.String message)
           
InvalidDescriptorException(AbstractDescriptor desc, java.lang.String message, java.lang.Throwable cause)
           
InvalidDescriptorException(AbstractDescriptor desc, java.lang.Throwable cause)
           
 
Method Summary
 AbstractDescriptor getDescriptor()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDescriptorException

public InvalidDescriptorException(AbstractDescriptor desc)

InvalidDescriptorException

public InvalidDescriptorException(AbstractDescriptor desc,
                                  java.lang.String message)

InvalidDescriptorException

public InvalidDescriptorException(AbstractDescriptor desc,
                                  java.lang.Throwable cause)

InvalidDescriptorException

public InvalidDescriptorException(AbstractDescriptor desc,
                                  java.lang.String message,
                                  java.lang.Throwable cause)
Method Detail

getDescriptor

public AbstractDescriptor getDescriptor()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2007. All Rights Reserved.