org.paneris.util
Class ProcessFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.paneris.util.ProcessFailedException
All Implemented Interfaces:
java.io.Serializable

public class ProcessFailedException
extends java.io.IOException

See Also:
Serialized Form

Field Summary
 java.lang.String stderr
           
 
Constructor Summary
ProcessFailedException(java.lang.String message, java.lang.String stderr)
           
 
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
 

Field Detail

stderr

public java.lang.String stderr
Constructor Detail

ProcessFailedException

public ProcessFailedException(java.lang.String message,
                              java.lang.String stderr)


Copyright © 2000-2008 PanEris. All Rights Reserved.