com.jproxy.proxy.stubgen
Class StubGenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jproxy.proxy.stubgen.StubGenException
All Implemented Interfaces:
java.io.Serializable

public class StubGenException
extends java.lang.Exception

This class represents the exception that can be throwned by the StubGen tool.

See Also:
Serialized Form

Constructor Summary
StubGenException()
          Constructs an StubGenException with no specified detail message.
StubGenException(java.lang.String msg)
          Constructs an StubGenException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StubGenException

public StubGenException()
Constructs an StubGenException with no specified detail message.

StubGenException

public StubGenException(java.lang.String msg)
Constructs an StubGenException with the specified detail message.


Copyright © JProxy LLC. All Rights Reserved.