org.prorefactor.core
Class PRCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.prorefactor.core.PRCException
All Implemented Interfaces:
java.io.Serializable

public class PRCException
extends java.lang.Exception

ProRefactor Core Exception

See Also:
Serialized Form

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

PRCException

public PRCException()

PRCException

public PRCException(java.lang.String message)

PRCException

public PRCException(java.lang.Throwable cause)

PRCException

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


Copyright © 2008 Joanju Software. All Rights Reserved.