net.sf.xmlmatcher.tools
Class UnexpectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.xmlmatcher.tools.UnexpectedException
All Implemented Interfaces:
java.io.Serializable

public final class UnexpectedException
extends java.lang.RuntimeException

System exception thrown when an exception is unexpected.

See Also:
Serialized Form

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

UnexpectedException

public UnexpectedException()

UnexpectedException

public UnexpectedException(java.lang.Throwable cause)

UnexpectedException

public UnexpectedException(java.lang.String message,
                           java.lang.Throwable cause)


Copyright © 2007. All Rights Reserved.