org.expasy.jpl.commons.base.process
Class ProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.expasy.jpl.commons.base.process.ProcessException
All Implemented Interfaces:
Serializable

public final class ProcessException
extends Exception

ProcessException signals that an error has been reached while processing an object.

Version:
1.0
See Also:
Serialized Form

Constructor Summary
ProcessException(String msg)
           
ProcessException(String msg, Throwable t)
           
 
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

ProcessException

public ProcessException(String msg)

ProcessException

public ProcessException(String msg,
                        Throwable t)


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.