com.pepper.platform.program
Class PepperProgramException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pepper.platform.program.PepperProgramException
- All Implemented Interfaces:
- Serializable
public class PepperProgramException
- extends Exception
A specialized Exception class for Pepper packages.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PepperProgramException
public PepperProgramException(String message)
- Constructs a
PepperProgramException
given the
specified message.
- Parameters:
message
- a String
specifying the reason the
exception occurred.
PepperProgramException
public PepperProgramException(Exception e)
- Constructs a
PepperProgramException
given the
specified exception. DO NOT USE! This code doesn't work.
- Parameters:
e
- an Exception
...
Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.