|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.japtproxy.exception.InvalidRepoPackageNameException
public class InvalidRepoPackageNameException
Exception that is thrown if a filename is not a valid repo package name.
| Constructor Summary | |
|---|---|
InvalidRepoPackageNameException(java.lang.String message)
Constructor for InvalidRepoPackageNameException. |
|
InvalidRepoPackageNameException(java.lang.String message,
java.lang.Throwable cause)
Constructor for InvalidRepoPackageNameException. |
|
InvalidRepoPackageNameException(java.lang.Throwable cause)
Constructor for InvalidRepoPackageNameException. |
|
| 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 |
|---|
public InvalidRepoPackageNameException(java.lang.String message)
message - the detail message.public InvalidRepoPackageNameException(java.lang.Throwable cause)
cause - the root cause.
public InvalidRepoPackageNameException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the root cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||