com.pepper.platform.program
Class PepperProgramException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PepperProgramException(Exception e)
          Constructs a PepperProgramException given the specified exception.
PepperProgramException(String message)
          Constructs a PepperProgramException given the specified message.
 
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

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.