Java org.aspectj.bridge AbortException fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.bridge AbortException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.bridge AbortException.

The text is from its open source code.

Constructor

AbortException(String s)
abort with message
AbortException(IMessage message)
abort with structured message

Method

IMessagegetIMessage()
StringgetMessage()
Get message for this AbortException, either associated explicitly as message or implicitly as IMessage message or its thrown message.
voidprintStackTrace()