net.sf.xframe.xsddoc
Class ProcessorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.xframe.ex.CascadingException
              extended bynet.sf.xframe.ex.XFrameException
                  extended bynet.sf.xframe.xsddoc.ProcessorException
All Implemented Interfaces:
java.io.Serializable

public class ProcessorException
extends XFrameException

Exception class for excpetions occuring in the xsddoc processor.

Author:
Kurt Riede
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ProcessorException(java.lang.String message)
          Construct a new ProcessorException instance.
ProcessorException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new ProcessorException instance.
ProcessorException(java.lang.Throwable throwable)
          Construct a new ProcessorException instance.
 
Method Summary
 java.lang.String getLocalizedMessage()
           
 java.lang.String getMessage()
           
 
Methods inherited from class net.sf.xframe.ex.CascadingException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessorException

public ProcessorException(java.lang.String message)
Construct a new ProcessorException instance.

Parameters:
message - The detail message for this exception.

ProcessorException

public ProcessorException(java.lang.Throwable throwable)
Construct a new ProcessorException instance.

Parameters:
throwable - the root cause of the exception

ProcessorException

public ProcessorException(java.lang.String message,
                          java.lang.Throwable throwable)
Construct a new ProcessorException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception
Method Detail

getLocalizedMessage

public final java.lang.String getLocalizedMessage()
See Also:
Throwable.getLocalizedMessage()

getMessage

public final java.lang.String getMessage()
See Also:
Throwable.getMessage()


Copyright © 2004-2005 xframe. All Rights Reserved.