net.sf.xframe.xsddoc
Class ProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.xframe.ex.CascadingException
net.sf.xframe.ex.XFrameException
net.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
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. |
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 |
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
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.